Note: This statement is named String in the Add Statement dialog box.
Converts a value and returns it as a string.
Syntax
Str(Value)
Arguments
| Argument | Description |
|---|---|
| Value | Value to convert. |
Return value
| Value | Description |
|---|---|
| Value | Converted string. |
Example
testString = Str(34 + 66)
PrintLn("String of numbers: " + testString)